diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-06 15:31:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-06 23:21:32 +0200 |
commit | 3bb293b6f3b58ed3bc6317b10464f17e6c97a78e (patch) | |
tree | 06d169f19eb5471b4b007793b3b3a186b02b828b /gnu/packages/mate.scm | |
parent | d6a68e90483b35bdc2ea78afe2c81873be67ec95 (diff) | |
download | patches-3bb293b6f3b58ed3bc6317b10464f17e6c97a78e.tar patches-3bb293b6f3b58ed3bc6317b10464f17e6c97a78e.tar.gz |
gnu: mate-power-manager: License is GPLv2+.
Reported by Guy fleury <hoonandon@gmail.com>.
* gnu/packages/mate.scm (mate-power-manager): Change to GPL2+.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index fe03407fc9..f234d2c860 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -130,7 +130,7 @@ MATE applications.") "MATE Power Manager is a MATE session daemon that acts as a policy agent on top of UPower. It listens to system events and responds with user-configurable actions.") - (license license:gpl3+))) + (license license:gpl2+))) (define-public mate-icon-theme (package |