diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-06-29 21:18:50 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-06-29 21:18:50 +0300 |
commit | bdb51ed6d16c8fb3f934991f991ca44fdbac715e (patch) | |
tree | 223d60eea7058ad665dd0cc1a0ba013bd3c77618 | |
parent | 87a90486ca63939d0ef73bdc8e9a26fef03afccb (diff) | |
download | guix-bdb51ed6d16c8fb3f934991f991ca44fdbac715e.tar guix-bdb51ed6d16c8fb3f934991f991ca44fdbac715e.tar.gz |
gnu: stow: Update license information.
* gnu/packages/package-management.scm (stow)[license]: Update to gpl3+.
-rw-r--r-- | gnu/packages/package-management.scm | 2 |
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 |