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:
jgart 2021-09-15 23:16:47 -04:00 committed by Ben Sturmfels
parent 78d8efed7f
commit 0e61ebe5de
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -123,7 +123,7 @@
(use-modules (ice-9 match)
(srfi srfi-1)
(guix packages)
(guix licenses)
((guix licenses) #:prefix license:)
(guix download)
(guix git-download)
(guix build-system gnu)
@ -240,6 +240,6 @@
"MediaGoblin is a free software media publishing platform that anyone can
run. You can think of it as a decentralized alternative to Flickr, YouTube,
SoundCloud, etc.")
(license agpl3+)))
(license (list license:agpl3+ license:cc0))))
mediagoblin