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
3 changed files with 3 additions and 1 deletions

View File

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