Skip to content

Commit

Permalink
Renames modules after file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanprior committed May 18, 2020
1 parent 4a17b34 commit 8b22dd4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion contributed/ruby.scm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
;;; Copyright © 2019 Diego N. Barbato <[email protected]>
;;; Copyright © 2020 Ryan Prior <[email protected]>

(define-module (gnu packages ruby)
(define-module (contributed ruby)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages)
#:use-module (gnu packages base)
Expand Down
2 changes: 1 addition & 1 deletion contributed/visidata.scm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages visidata)
(define-module (contributed visidata)
#:use-module (gnu packages databases)
#:use-module (gnu packages python-science)
#:use-module (gnu packages python-web)
Expand Down
4 changes: 1 addition & 3 deletions proposed/importmagic.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ryan Prior <[email protected]>

(define-module (gnu packages importmagic)
(define-module (proposed importmagic)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages emacs-xyz)
#:use-module (guix build-system python)
Expand Down Expand Up @@ -95,5 +95,3 @@ finding unresolved symbols in Python code and their corresponding imports.")
(synopsis "Fix Python imports")
(description "Importmagic.el fixes unresolved imports in Python buffers.")
(license license:gpl3)))

emacs-importmagic
2 changes: 1 addition & 1 deletion proposed/pantheon.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-module (gnu packages pantheon)
(define-module (proposed pantheon)
#:use-module (gnu packages cmake)
#:use-module (gnu packages databases)
#:use-module (gnu packages freedesktop)
Expand Down
2 changes: 1 addition & 1 deletion proposed/shells.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ryan Prior <[email protected]>

(define-module (gnu packages osh)
(define-module (proposed shells)
#:use-module (gnu packages glib)
#:use-module (gnu packages python)
#:use-module (gnu packages readline)
Expand Down
2 changes: 1 addition & 1 deletion testing/ecere.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ryan Prior <[email protected]>

(define-module (gnu packages proton)
(define-module (testing ecere)
#:use-module (gnu packages compression)
#:use-module (gnu packages curl)
#:use-module (gnu packages ncurses)
Expand Down
2 changes: 1 addition & 1 deletion testing/harvey.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-module (gnu packages harvey)
(define-module (testing harvey)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
#:use-module (gnu packages gnome)
Expand Down
2 changes: 1 addition & 1 deletion testing/hugo.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; Copyright © 2020 Ryan Prior <[email protected]>

(define-module (gnu packages hugo)
(define-module (testing hugo)
#:use-module (guix build-system go)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
Expand Down
2 changes: 1 addition & 1 deletion testing/mkcert.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-module (gnu packages certs)
(define-module (testing mkcert)
#:use-module (gnu packages)
#:use-module (gnu packages nss)
#:use-module (guix build-system go)
Expand Down
2 changes: 1 addition & 1 deletion testing/proton.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ryan Prior <[email protected]>

(define-module (gnu packages proton)
(define-module (testing proton)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages python-web)
#:use-module (gnu packages vpn)
Expand Down

0 comments on commit 8b22dd4

Please sign in to comment.