about summary refs log tree commit diff
path: root/pkgs/tools/backup/bup
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:50:22 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commiteec156df9c7e1941564bedd625e0f7d176d3ac78 (patch)
tree95c59e9648748019bce63d149a92182f7f05233a /pkgs/tools/backup/bup
parenta0718341e60829bee5c41e51796f4786bc98df81 (diff)
downloadnixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.tar
nixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.tar.gz
nixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.tar.bz2
nixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.tar.lz
nixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.tar.xz
nixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.tar.zst
nixlib-eec156df9c7e1941564bedd625e0f7d176d3ac78.zip
maintainers: remove muflax
github account deleted
Diffstat (limited to 'pkgs/tools/backup/bup')
-rw-r--r--pkgs/tools/backup/bup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/bup/default.nix b/pkgs/tools/backup/bup/default.nix
index 3908b4984c4d..072166f7a5b0 100644
--- a/pkgs/tools/backup/bup/default.nix
+++ b/pkgs/tools/backup/bup/default.nix
@@ -60,6 +60,6 @@ stdenv.mkDerivation {
     '';
 
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ muflax ];
+    maintainers = with maintainers; [ ];
   };
 }