summary refs log tree commit diff
path: root/pkgs/misc/mnemonicode/default.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-29 15:19:55 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-04 22:20:58 -0300
commit492414af5f848c51ed5073e2f5b6556f3d2782cc (patch)
treef86668ed5df8012f00b3bed9212bffbe2d01f22f /pkgs/misc/mnemonicode/default.nix
parentc52af267ad0c11b55f89cf6c70adb10694ad938e (diff)
downloadnixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.gz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.bz2
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.lz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.xz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.zst
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.zip
treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
Diffstat (limited to 'pkgs/misc/mnemonicode/default.nix')
-rw-r--r--pkgs/misc/mnemonicode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/mnemonicode/default.nix b/pkgs/misc/mnemonicode/default.nix
index 352dd038fb5..4ecacaf418a 100644
--- a/pkgs/misc/mnemonicode/default.nix
+++ b/pkgs/misc/mnemonicode/default.nix
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
     '';
     license = licenses.mit;
     platforms = platforms.all;
-    maintainers = [ maintainers.cstrahan ];
+    maintainers = [ ];
   };
 }