summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-01-13 09:50:46 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2020-01-13 09:50:46 +0100
commit2aeca24b6e6c8c292fbe322040bf25d97867e6f8 (patch)
treeba7d9bb50256643e13c3f60f1b6fee04a4fe5f79
parent169b8f77696600fa56658fc36c175e4740a83b94 (diff)
downloadpatches-2aeca24b6e6c8c292fbe322040bf25d97867e6f8.tar
patches-2aeca24b6e6c8c292fbe322040bf25d97867e6f8.tar.gz
gnu: gnome-user-share: Fix license.base-for-series-2629
* gnu/packages/gnome.scm (gnome-user-share)[license]: Use gpl2+.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 349dc5f670..8290253708 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -580,7 +580,7 @@ tour of all gnome components and allows the user to set them up.")
various free software projects to bring easy to use user-level file
sharing to the masses.")
(home-page "https://gitlab.gnome.org/GNOME/gnome-user-share")
- (license license:gpl2)))
+ (license license:gpl2+)))
(define-public gnome-menus
(package