summary refs log tree commit diff
path: root/pkgs/servers/shishi/default.nix
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 02:10:30 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:55:00 +0200
commit466b14712f467c962c4c2d89c9c96fc0b9ca0e3c (patch)
tree82d9bad8f8592f9a5cbfc2f8b091d883514bd200 /pkgs/servers/shishi/default.nix
parentd3991bc5be2ff874a799c3f4b436b82ead09dab1 (diff)
downloadnixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.tar
nixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.tar.gz
nixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.tar.bz2
nixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.tar.lz
nixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.tar.xz
nixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.tar.zst
nixpkgs-466b14712f467c962c4c2d89c9c96fc0b9ca0e3c.zip
maintainers: remove bjg
does not seem to have contributed since nixpkgs migrated to git
Diffstat (limited to 'pkgs/servers/shishi/default.nix')
-rw-r--r--pkgs/servers/shishi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/shishi/default.nix b/pkgs/servers/shishi/default.nix
index 6dd5556e40b..a2105a8b14d 100644
--- a/pkgs/servers/shishi/default.nix
+++ b/pkgs/servers/shishi/default.nix
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
     homepage    = "https://www.gnu.org/software/shishi/";
     description = "An implementation of the Kerberos 5 network security system";
     license     = licenses.gpl3Plus;
-    maintainers = with maintainers; [ bjg lovek323 ];
+    maintainers = with maintainers; [ lovek323 ];
     platforms   = platforms.linux;
   };
 }