From 2934033f67b78ea264ce90c20ee8ff02961261cd Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Sun, 26 May 2019 13:54:01 -0500 Subject: [PATCH] Rename nonfree path to nongnu. * nonfree/packages/linux.scm: Move to... * nongnu/packages/linux.scm: ... here. * nonfree/packages/gog.scm: Move to... * nongnu/packages/gog.scm: ... here. --- {nonfree => nongnu}/packages/gog.scm | 2 +- {nonfree => nongnu}/packages/linux.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {nonfree => nongnu}/packages/gog.scm (99%) rename {nonfree => nongnu}/packages/linux.scm (99%) diff --git a/nonfree/packages/gog.scm b/nongnu/packages/gog.scm similarity index 99% rename from nonfree/packages/gog.scm rename to nongnu/packages/gog.scm index a00b767..6087f36 100644 --- a/nonfree/packages/gog.scm +++ b/nongnu/packages/gog.scm @@ -13,7 +13,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . -(define-module (nonfree packages gog) +(define-module (nongnu packages gog) #:use-module (gnu packages boost) #:use-module (gnu packages compression) #:use-module (gnu packages crypto) diff --git a/nonfree/packages/linux.scm b/nongnu/packages/linux.scm similarity index 99% rename from nonfree/packages/linux.scm rename to nongnu/packages/linux.scm index 4d74080..679f9c5 100644 --- a/nonfree/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -20,7 +20,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see . -(define-module (nonfree packages linux) +(define-module (nongnu packages linux) #:use-module (gnu packages linux) #:use-module (guix packages) #:use-module (guix download)