summary refs log tree commit diff
path: root/pkgs/data/icons/numix-icon-theme-circle
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-09-11 14:25:29 +0200
committerJascha Geerds <jg@ekby.de>2015-09-11 14:25:29 +0200
commit492c596c110dfef9257c548b71c2adec20fbe312 (patch)
treedf821ed5a115f19849ae906b01a1e86ec086eddb /pkgs/data/icons/numix-icon-theme-circle
parenta82e75cd8b38c7596ee09229d794c427b3076384 (diff)
downloadnixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.tar
nixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.tar.gz
nixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.tar.bz2
nixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.tar.lz
nixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.tar.xz
nixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.tar.zst
nixpkgs-492c596c110dfef9257c548b71c2adec20fbe312.zip
numix-icon-theme-circle: Add myself as a maintainer
Diffstat (limited to 'pkgs/data/icons/numix-icon-theme-circle')
-rw-r--r--pkgs/data/icons/numix-icon-theme-circle/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/data/icons/numix-icon-theme-circle/default.nix b/pkgs/data/icons/numix-icon-theme-circle/default.nix
index b3413dc4738..af88974ab5c 100644
--- a/pkgs/data/icons/numix-icon-theme-circle/default.nix
+++ b/pkgs/data/icons/numix-icon-theme-circle/default.nix
@@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
     cp -dr --no-preserve='ownership' Numix-Circle{,-Light} $out/share/icons/
   '';
   
-  meta = {
+  meta = with stdenv.lib; {
     description = "Numix icon theme (circle version)";
     homepage = https://numixproject.org;
-    license = stdenv.lib.licenses.gpl3;
-    platforms = stdenv.lib.platforms.all;
+    license = licenses.gpl3;
+    platforms = platforms.all;
+    maintainers = with maintainers; [ jgeerds ];
   };
 }