licenses: Add 'vim'.
* guix/licenses.scm (vim): New variable.
This commit is contained in:
parent
6a06172b65
commit
99e6c1b18e
|
@ -35,6 +35,7 @@
|
|||
mpl2.0
|
||||
openldap2.8 openssl
|
||||
psfl public-domain
|
||||
vim
|
||||
x11
|
||||
zlib))
|
||||
|
||||
|
@ -206,6 +207,11 @@ which may be a file:// URI pointing the package's tree."
|
|||
"http://directory.fsf.org/wiki/License:PublicDomain"
|
||||
"https://www.gnu.org/licenses/license-list#PublicDomain"))
|
||||
|
||||
(define vim
|
||||
(license "Vim"
|
||||
"http://directory.fsf.org/wiki/License:Vim7.2"
|
||||
"http://www.gnu.org/licenses/license-list.html#Vim"))
|
||||
|
||||
(define x11
|
||||
(license "X11"
|
||||
"http://directory.fsf.org/wiki/License:X11"
|
||||
|
|
Loading…
Reference in New Issue