Commit b2bcabde authored by Felix Schröter's avatar Felix Schröter Committed by Anderson Torres
Browse files

nickel: add felschr as maintainer

parent 1f2b2e4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}