Merge pull request #44179 from gnidorah/maintainers
twilight, kde2-decoration: add myself to maintainers
This commit is contained in:
commit
585ded7329
@ -1486,7 +1486,7 @@
|
||||
name = "Robin Gloster";
|
||||
};
|
||||
gnidorah = {
|
||||
email = "yourbestfriend@opmbx.org";
|
||||
email = "gnidorah@yandex.com";
|
||||
github = "gnidorah";
|
||||
name = "Alex Ivanov";
|
||||
};
|
||||
|
@ -25,5 +25,6 @@ in stdenv.mkDerivation rec {
|
||||
homepage = src.meta.homepage;
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ gnidorah ];
|
||||
};
|
||||
}
|
||||
|
@ -24,5 +24,6 @@ in stdenv.mkDerivation rec {
|
||||
homepage = src.meta.homepage;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ gnidorah ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user