mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: stow: Update license information.
* gnu/packages/package-management.scm (stow)[license]: Update to gpl3+.
This commit is contained in:
parent
87a90486ca
commit
bdb51ed6d1
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ (define-public stow
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue