iosevka: Add self as maintainer

This commit is contained in:
Riley Inman 2019-09-22 14:07:10 -04:00
parent 8bfb67929d
commit e1ace0f772
2 changed files with 13 additions and 1 deletions

View file

@ -5370,6 +5370,12 @@
github = "rickynils";
name = "Rickard Nilsson";
};
rileyinman = {
email = "rileyminman@gmail.com";
github = "rileyinman";
githubId = 37246692;
name = "Riley Inman";
};
ris = {
email = "code@humanleg.org.uk";
github = "risicle";

View file

@ -75,6 +75,12 @@ stdenv.mkDerivation rec {
'';
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan jfrankenau ttuegel babariviere ];
maintainers = with maintainers; [
cstrahan
jfrankenau
ttuegel
babariviere
rileyinman
];
};
}