about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-12-15 02:32:01 +0100
committerLuflosi <luflosi@luflosi.de>2021-12-15 03:12:32 +0100
commit5cf147123283790ee4fa07d488f0da67e3e6b10d (patch)
tree89fd2998f96feb5dfc619365d6f4c2485e179ae2
parent5041f6f672e0c275f58f44cc810d685d57f333fa (diff)
mp3fs: add Luflosi as maintainer
-rw-r--r--pkgs/tools/filesystems/mp3fs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/mp3fs/default.nix b/pkgs/tools/filesystems/mp3fs/default.nix
index 292030ce398ad..6f872500e6b13 100644
--- a/pkgs/tools/filesystems/mp3fs/default.nix
+++ b/pkgs/tools/filesystems/mp3fs/default.nix
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
     homepage = "https://khenriks.github.io/mp3fs/";
     license = licenses.gpl3Plus;
     platforms = platforms.unix;
+    maintainers = with maintainers; [ Luflosi ];
   };
 }