summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-29 07:21:13 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-04-30 01:48:19 +0200
commitae02415ee82b0f34cbcabf639335210e5b58a71d (patch)
treed5ef7d184fecee902b306fba8e041a1cc0a528c5 /pkgs/data/themes
parent1c65a509fbbc17a2853a657ea1391de0aab9e793 (diff)
downloadnixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.gz
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.bz2
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.lz
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.xz
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.tar.zst
nixpkgs-ae02415ee82b0f34cbcabf639335210e5b58a71d.zip
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/cdetheme/default.nix2
-rw-r--r--pkgs/data/themes/kde2/default.nix2
-rw-r--r--pkgs/data/themes/qtcurve/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/cdetheme/default.nix b/pkgs/data/themes/cdetheme/default.nix
index 466f7d0daf1..a2d6568b9a8 100644
--- a/pkgs/data/themes/cdetheme/default.nix
+++ b/pkgs/data/themes/cdetheme/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     homepage = "https://www.gnome-look.org/p/1231025";
     license = licenses.gpl3;
     platforms = platforms.all;
-    maintainers = with maintainers; [ gnidorah ];
+    maintainers = with maintainers; [ ];
     hydraPlatforms = [];
   };
 }
diff --git a/pkgs/data/themes/kde2/default.nix b/pkgs/data/themes/kde2/default.nix
index 04986b7dcc5..1404a6ca86e 100644
--- a/pkgs/data/themes/kde2/default.nix
+++ b/pkgs/data/themes/kde2/default.nix
@@ -25,6 +25,6 @@ mkDerivation rec {
     homepage = "https://github.com/repos-holder/kdecoration2-kde2";
     license = licenses.bsd2;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ gnidorah ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/data/themes/qtcurve/default.nix b/pkgs/data/themes/qtcurve/default.nix
index 45a56f3355e..0b639133a4a 100644
--- a/pkgs/data/themes/qtcurve/default.nix
+++ b/pkgs/data/themes/qtcurve/default.nix
@@ -64,6 +64,6 @@ mkDerivation rec {
     description = "Widget styles for Qt5/Plasma 5 and gtk2";
     platforms = platforms.linux;
     license = licenses.lgpl21Plus;
-    maintainers = [ maintainers.gnidorah ];
+    maintainers = [ ];
   };
 }