twilight, kde2-decoration: add myself to maintainers

This commit is contained in:
gnidorah 2018-07-28 17:45:45 +03:00
parent 5a2ee49f3c
commit b6d92b89e3
3 changed files with 3 additions and 1 deletions

View file

@ -1486,7 +1486,7 @@
name = "Robin Gloster";
};
gnidorah = {
email = "yourbestfriend@opmbx.org";
email = "gnidorah@yandex.com";
github = "gnidorah";
name = "Alex Ivanov";
};

View file

@ -25,5 +25,6 @@ in stdenv.mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
};
}

View file

@ -24,5 +24,6 @@ in stdenv.mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
};
}