summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-06-29 21:18:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-06-29 21:18:50 +0300
commitbdb51ed6d16c8fb3f934991f991ca44fdbac715e (patch)
tree223d60eea7058ad665dd0cc1a0ba013bd3c77618 /gnu/packages/package-management.scm
parent87a90486ca63939d0ef73bdc8e9a26fef03afccb (diff)
downloadpatches-bdb51ed6d16c8fb3f934991f991ca44fdbac715e.tar
patches-bdb51ed6d16c8fb3f934991f991ca44fdbac715e.tar.gz
gnu: stow: Update license information.
* gnu/packages/package-management.scm (stow)[license]: Update to gpl3+.
Diffstat (limited to 'gnu/packages/package-management.scm')
-rw-r--r--gnu/packages/package-management.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index e4820f403b..ca360b3884 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -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