cascadia-code: add ryanccn as maintainer

This commit is contained in:
Ryan Cao 2024-05-01 09:02:02 +08:00
parent 61aee64738
commit 8b0cbca392
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/microsoft/cascadia-code";
changelog = "https://github.com/microsoft/cascadia-code/raw/v${version}/FONTLOG.txt";
license = licenses.ofl;
maintainers = [ ];
maintainers = with maintainers; [ ryanccn ];
platforms = platforms.all;
};
}