mp3fs: add Luflosi as maintainer

This commit is contained in:
Luflosi 2021-12-15 02:32:01 +01:00
parent 5041f6f672
commit 5cf1471232
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://khenriks.github.io/mp3fs/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ Luflosi ];
};
}