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

@@ -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
];
};
}