iosevka: Add self as maintainer
This commit is contained in:
parent
8bfb67929d
commit
e1ace0f772
|
@ -5370,6 +5370,12 @@
|
||||||
github = "rickynils";
|
github = "rickynils";
|
||||||
name = "Rickard Nilsson";
|
name = "Rickard Nilsson";
|
||||||
};
|
};
|
||||||
|
rileyinman = {
|
||||||
|
email = "rileyminman@gmail.com";
|
||||||
|
github = "rileyinman";
|
||||||
|
githubId = 37246692;
|
||||||
|
name = "Riley Inman";
|
||||||
|
};
|
||||||
ris = {
|
ris = {
|
||||||
email = "code@humanleg.org.uk";
|
email = "code@humanleg.org.uk";
|
||||||
github = "risicle";
|
github = "risicle";
|
||||||
|
|
|
@ -75,6 +75,12 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ cstrahan jfrankenau ttuegel babariviere ];
|
maintainers = with maintainers; [
|
||||||
|
cstrahan
|
||||||
|
jfrankenau
|
||||||
|
ttuegel
|
||||||
|
babariviere
|
||||||
|
rileyinman
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue