[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gnome-user-share: Fix license.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gnome-user-share: Fix license. |
Date: |
Mon, 13 Jan 2020 03:51:38 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2aeca24 gnu: gnome-user-share: Fix license.
2aeca24 is described below
commit 2aeca24b6e6c8c292fbe322040bf25d97867e6f8
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Mon Jan 13 09:50:46 2020 +0100
gnu: gnome-user-share: Fix license.
* gnu/packages/gnome.scm (gnome-user-share)[license]: Use gpl2+.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 349dc5f..8290253 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gnome-user-share: Fix license.,
guix-commits <=