ivan: add myself as maintainer

This commit is contained in:
Free Potion
2018-08-13 21:52:32 +03:00
parent 249ba3d3ed
commit a6781fabc1
2 changed files with 6 additions and 1 deletions
+5
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";
+1 -1
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];
};
}