summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-02-12 06:18:45 +0100
committerProfpatsch <mail@profpatsch.de>2018-02-12 06:24:38 +0100
commit2922bee722e501cbc1c19dfccd74930a6b2dc35c (patch)
tree1533802a73a39753b9e2b1b65523bed8d49c8b3b /pkgs/development/tools
parentb806863a825e7acb114b936a633d58e1d5137760 (diff)
downloadnixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.tar
nixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.tar.gz
nixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.tar.bz2
nixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.tar.lz
nixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.tar.xz
nixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.tar.zst
nixlib-2922bee722e501cbc1c19dfccd74930a6b2dc35c.zip
remove profpatsch from maintainer list of a few packages
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/compile-daemon/default.nix2
-rw-r--r--pkgs/development/tools/database/liquibase/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/compile-daemon/default.nix b/pkgs/development/tools/compile-daemon/default.nix
index bad35e2422b5..db7df2af7009 100644
--- a/pkgs/development/tools/compile-daemon/default.nix
+++ b/pkgs/development/tools/compile-daemon/default.nix
@@ -19,7 +19,7 @@ buildGoPackage rec {
   meta = with stdenv.lib; {
     description = "Very simple compile daemon for Go";
     license = licenses.bsd2;
-    maintainers = with maintainers; [ profpatsch ];
+    maintainers = with maintainers; [ ];
     inherit (src.meta) homepage;
   };
 }
diff --git a/pkgs/development/tools/database/liquibase/default.nix b/pkgs/development/tools/database/liquibase/default.nix
index 11932965af49..a7b9976be43c 100644
--- a/pkgs/development/tools/database/liquibase/default.nix
+++ b/pkgs/development/tools/database/liquibase/default.nix
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
     description = "Version Control for your database";
     homepage = http://www.liquibase.org/;
     license = licenses.asl20;
-    maintainers = with maintainers; [ nequissimus profpatsch ];
+    maintainers = with maintainers; [ nequissimus ];
     platforms = with platforms; unix;
   };
 }