sn0int: add myself as maintainer

This commit is contained in:
Fabian Affolter 2023-02-12 12:48:56 +01:00
parent 2508cc45d4
commit 11a67206ec

View file

@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kpcyrd/sn0int";
changelog = "https://github.com/kpcyrd/sn0int/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ xrelkd ];
maintainers = with maintainers; [ fab xrelkd ];
platforms = platforms.linux;
};
}