Merge pull request #44179 from gnidorah/maintainers

twilight, kde2-decoration: add myself to maintainers
This commit is contained in:
Jörg Thalheim 2018-07-28 23:17:29 +01:00 committed by GitHub
commit 585ded7329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];
};
}