about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorQubasa <consulting@qube.email>2024-04-09 19:16:15 +0200
committerQubasa <consulting@qube.email>2024-04-09 19:16:15 +0200
commit30756bb4ff30a1f0cdd45fa280bc36a7c08b7ae9 (patch)
treeb3ec5226b94c8f355ed71cfb6b1a5d766f0182da /pkgs/tools/filesystems
parenta76c4553d7e741e17f289224eda135423de0491d (diff)
Maintainer renamed: luis -> qubasa. Removed vacant package rmount
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/rmount/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/rmount/default.nix b/pkgs/tools/filesystems/rmount/default.nix
index ec4bb13927122..257db9af80f68 100644
--- a/pkgs/tools/filesystems/rmount/default.nix
+++ b/pkgs/tools/filesystems/rmount/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/Luis-Hebendanz/rmount";
     description = "Remote mount utility which parses a json file";
     license = licenses.mit;
-    maintainers = [ maintainers.luis ];
+    maintainers = [ maintainers.qubasa ];
     platforms = platforms.linux;
     mainProgram = "rmount";
   };