forked from mirrors/nixpkgs
ivan: add myself as maintainer
This commit is contained in:
parent
249ba3d3ed
commit
a6781fabc1
|
@ -1382,6 +1382,11 @@
|
||||||
github = "fps";
|
github = "fps";
|
||||||
name = "Florian Paul Schmidt";
|
name = "Florian Paul Schmidt";
|
||||||
};
|
};
|
||||||
|
freepotion = {
|
||||||
|
email = "freepotion@protonmail.com";
|
||||||
|
github = "freepotion";
|
||||||
|
name = "Free Potion";
|
||||||
|
};
|
||||||
Fresheyeball = {
|
Fresheyeball = {
|
||||||
email = "fresheyeball@gmail.com";
|
email = "fresheyeball@gmail.com";
|
||||||
github = "fresheyeball";
|
github = "fresheyeball";
|
||||||
|
|
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = https://attnam.com/;
|
homepage = https://attnam.com/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [];
|
maintainers = with maintainers; [freepotion];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue