diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-13 09:50:46 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-01-13 09:50:46 +0100 |
commit | 2aeca24b6e6c8c292fbe322040bf25d97867e6f8 (patch) | |
tree | ba7d9bb50256643e13c3f60f1b6fee04a4fe5f79 | |
parent | 169b8f77696600fa56658fc36c175e4740a83b94 (diff) |
gnu: gnome-user-share: Fix license.
* gnu/packages/gnome.scm (gnome-user-share)[license]: Use gpl2+.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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 |