summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cryptsetup
diff options
context:
space:
mode:
authorFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
committerFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
commitfbef5ab82fc231d6bf81b60859ee2569ba8110b3 (patch)
tree24e3579a4441c0b68e3b7704d27b3ab7bd97e441 /pkgs/os-specific/linux/cryptsetup
parente5405f9ae8b87c202a22438dd162defda1996a97 (diff)
downloadnixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.gz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.bz2
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.lz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.xz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.zst
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.zip
Remove myself as maintainer from packages
I'm currently not maintaining any packages.
Diffstat (limited to 'pkgs/os-specific/linux/cryptsetup')
-rw-r--r--pkgs/os-specific/linux/cryptsetup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/cryptsetup/default.nix b/pkgs/os-specific/linux/cryptsetup/default.nix
index c6920eab855..f4c83a58823 100644
--- a/pkgs/os-specific/linux/cryptsetup/default.nix
+++ b/pkgs/os-specific/linux/cryptsetup/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     homepage = https://gitlab.com/cryptsetup/cryptsetup/;
     description = "LUKS for dm-crypt";
     license = stdenv.lib.licenses.gpl2;
-    maintainers = with stdenv.lib.maintainers; [ chaoflow ];
+    maintainers = with stdenv.lib.maintainers; [ ];
     platforms = with stdenv.lib.platforms; linux;
   };
 }