From 5cf147123283790ee4fa07d488f0da67e3e6b10d Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 15 Dec 2021 02:32:01 +0100 Subject: [PATCH] mp3fs: add Luflosi as maintainer --- pkgs/tools/filesystems/mp3fs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/filesystems/mp3fs/default.nix b/pkgs/tools/filesystems/mp3fs/default.nix index 292030ce398a..6f872500e6b1 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 ]; }; }