summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-themes
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2021-04-22 10:23:43 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2021-04-22 10:29:01 -0300
commit7501beac87f5fefc84a5ca59ad9a78bffff9df9b (patch)
tree1ff29ac89f7263f1d9c47ebc4d74e8232033192c /pkgs/desktops/mate/mate-themes
parent21b93fa0cc8c2e296d7078a3300bf1b1f607c141 (diff)
downloadnixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.tar
nixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.tar.gz
nixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.tar.bz2
nixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.tar.lz
nixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.tar.xz
nixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.tar.zst
nixpkgs-7501beac87f5fefc84a5ca59ad9a78bffff9df9b.zip
mate: fix licenses
Diffstat (limited to 'pkgs/desktops/mate/mate-themes')
-rw-r--r--pkgs/desktops/mate/mate-themes/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/desktops/mate/mate-themes/default.nix b/pkgs/desktops/mate/mate-themes/default.nix
index 8153ea1ec7a..6a1be82c8a6 100644
--- a/pkgs/desktops/mate/mate-themes/default.nix
+++ b/pkgs/desktops/mate/mate-themes/default.nix
@@ -29,11 +29,11 @@ stdenv.mkDerivation rec {
     url = "https://pub.mate-desktop.org/releases/themes";
   };
 
-  meta = {
+  meta = with lib; {
     description = "A set of themes from MATE";
     homepage = "https://mate-desktop.org";
-    license = lib.licenses.lgpl21;
-    platforms = lib.platforms.unix;
-    maintainers = [ lib.maintainers.romildo ];
+    license = with licenses; [ lgpl21Plus lgpl3Only gpl3Plus ];
+    platforms = platforms.unix;
+    maintainers = [ maintainers.romildo ];
   };
 }