gnu: stow: Update license information.
authorEfraim Flashner <efraim@flashner.co.il>
Sat, 29 Jun 2019 18:18:50 +0000 (21:18 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sat, 29 Jun 2019 18:18:50 +0000 (21:18 +0300)
* gnu/packages/package-management.scm (stow)[license]: Update to gpl3+.

gnu/packages/package-management.scm

index e4820f4..ca360b3 100644 (file)
@@ -494,7 +494,7 @@ of data and makes them appear to be merged into the same directory.  It is
 typically used for managing software packages installed from source, by
 letting you install them apart in distinct directories and then create
 symlinks to the files in a common directory such as /usr/local.")
-    (license license:gpl2+)))
+    (license license:gpl3+)))
 
 (define-public rpm
   (package