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.
This commit is contained in:
Alex Griffin 2019-05-26 13:54:01 -05:00
parent 10dfcea2c7
commit 2934033f67
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(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)

View file

@ -20,7 +20,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(define-module (nonfree packages linux)
(define-module (nongnu packages linux)
#:use-module (gnu packages linux)
#:use-module (guix packages)
#:use-module (guix download)