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";
|
name = "Robin Gloster";
|
||||||
};
|
};
|
||||||
gnidorah = {
|
gnidorah = {
|
||||||
email = "yourbestfriend@opmbx.org";
|
email = "gnidorah@yandex.com";
|
||||||
github = "gnidorah";
|
github = "gnidorah";
|
||||||
name = "Alex Ivanov";
|
name = "Alex Ivanov";
|
||||||
};
|
};
|
||||||
|
@ -25,5 +25,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = src.meta.homepage;
|
homepage = src.meta.homepage;
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ gnidorah ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = src.meta.homepage;
|
homepage = src.meta.homepage;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ gnidorah ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user