nickel: add felschr as maintainer

This commit is contained in:
Felix Schröter
2023-05-17 14:13:30 +02:00
committed by Anderson Torres
parent 1f2b2e4dbc
commit b2bcabde73

View File

@@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
'';
changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
maintainers = with maintainers; [ AndersonTorres felschr ];
};
}