~whereiseveryone/guixrus

06272730102233a5f2c2296b96a2fcd6a49aab67 — jgart 2 years ago 180be4a
move js packages to javascript module directory
3 files changed, 3 insertions(+), 3 deletions(-)

R guixrus/packages/{biwascheme.scm => javascript/biwascheme.scm}
R guixrus/packages/{gulp.scm => javascript/gulp.scm}
R guixrus/packages/{typescript.scm => javascript/typescript.scm}
R guixrus/packages/biwascheme.scm => guixrus/packages/javascript/biwascheme.scm +1 -1
@@ 17,7 17,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 (guixrus packages biwascheme)
(define-module (guixrus packages javascript biwascheme)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (gnu packages)
  #:use-module (gnu packages web)

R guixrus/packages/gulp.scm => guixrus/packages/javascript/gulp.scm +1 -1
@@ 17,7 17,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 (guixrus packages gulp)
(define-module (guixrus packages javascript gulp)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (gnu packages)
  #:use-module (gnu packages node)

R guixrus/packages/typescript.scm => guixrus/packages/javascript/typescript.scm +1 -1
@@ 17,7 17,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 (guixrus packages typescript)
(define-module (guixrus packages javascript typescript)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (gnu packages)
  #:use-module (gnu packages node)