summary refs log tree commit diff
path: root/pkgs/misc/themes
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-03-13 16:08:15 +0800
committerVladimír Čunát <vcunat@gmail.com>2016-03-13 18:39:01 +0100
commit93feb5d115bc93ed7996aa4b3cc739b8f8d0f905 (patch)
tree1784ebfed3cae9ff0f403454ccb9ea67a073f53c /pkgs/misc/themes
parentf557df6074a8e6f026f97e31875a805dac17324c (diff)
downloadnixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar
nixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.gz
nixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.bz2
nixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.lz
nixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.xz
nixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.tar.zst
nixlib-93feb5d115bc93ed7996aa4b3cc739b8f8d0f905.zip
drop my maintainership (close #13881)
Diffstat (limited to 'pkgs/misc/themes')
-rw-r--r--pkgs/misc/themes/mate-icon-theme/default.nix1
-rw-r--r--pkgs/misc/themes/mate-themes/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/misc/themes/mate-icon-theme/default.nix b/pkgs/misc/themes/mate-icon-theme/default.nix
index ba732c6521fb..6749b5e4c392 100644
--- a/pkgs/misc/themes/mate-icon-theme/default.nix
+++ b/pkgs/misc/themes/mate-icon-theme/default.nix
@@ -15,6 +15,5 @@ stdenv.mkDerivation {
     homepage = "http://mate-desktop.org";
     license = stdenv.lib.licenses.gpl2;
     platforms = stdenv.lib.platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ iyzsong ];
   };
 }
diff --git a/pkgs/misc/themes/mate-themes/default.nix b/pkgs/misc/themes/mate-themes/default.nix
index f7559ee21265..5c69bd78ed7b 100644
--- a/pkgs/misc/themes/mate-themes/default.nix
+++ b/pkgs/misc/themes/mate-themes/default.nix
@@ -15,6 +15,5 @@ stdenv.mkDerivation {
     homepage = "http://mate-desktop.org";
     license = stdenv.lib.licenses.lgpl21;
     platforms = stdenv.lib.platforms.linux;
-    maintainers = with stdenv.lib.maintainers; [ iyzsong ];
   };
 }