ivan: add myself as maintainer

This commit is contained in:
Free Potion 2018-08-13 21:24:39 +03:00
parent 249ba3d3ed
commit a6781fabc1
2 changed files with 6 additions and 1 deletions

View file

@ -1382,6 +1382,11 @@
github = "fps";
name = "Florian Paul Schmidt";
};
freepotion = {
email = "freepotion@protonmail.com";
github = "freepotion";
name = "Free Potion";
};
Fresheyeball = {
email = "fresheyeball@gmail.com";
github = "fresheyeball";

View file

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = https://attnam.com/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [];
maintainers = with maintainers; [freepotion];
};
}