Add cc0 license to guix package.
`license:` as a prefix is a common convention for imported license names in guix upstream code. licenses in guix are modeled as variables that point to the instantiation of a particular license record. See (guix licenses) module for more info. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
parent
78d8efed7f
commit
0e61ebe5de
@ -123,7 +123,7 @@
|
|||||||
(use-modules (ice-9 match)
|
(use-modules (ice-9 match)
|
||||||
(srfi srfi-1)
|
(srfi srfi-1)
|
||||||
(guix packages)
|
(guix packages)
|
||||||
(guix licenses)
|
((guix licenses) #:prefix license:)
|
||||||
(guix download)
|
(guix download)
|
||||||
(guix git-download)
|
(guix git-download)
|
||||||
(guix build-system gnu)
|
(guix build-system gnu)
|
||||||
@ -240,6 +240,6 @@
|
|||||||
"MediaGoblin is a free software media publishing platform that anyone can
|
"MediaGoblin is a free software media publishing platform that anyone can
|
||||||
run. You can think of it as a decentralized alternative to Flickr, YouTube,
|
run. You can think of it as a decentralized alternative to Flickr, YouTube,
|
||||||
SoundCloud, etc.")
|
SoundCloud, etc.")
|
||||||
(license agpl3+)))
|
(license (list license:agpl3+ license:cc0))))
|
||||||
|
|
||||||
mediagoblin
|
mediagoblin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user