mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:47:37 +00:00
treewide: add aleksana to maintainer of various gtk packages
This commit is contained in:
parent
7efb3e4fb2
commit
c140dc89de
@ -67,7 +67,10 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://github.com/rafaelmardojai/blanket";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "blanket";
|
||||
maintainers = with lib.maintainers; [ onny ];
|
||||
maintainers = with lib.maintainers; [
|
||||
onny
|
||||
aleksana
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -130,7 +130,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/wwmm/easyeffects";
|
||||
changelog = "https://github.com/wwmm/easyeffects/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ getchoo ];
|
||||
maintainers = with lib.maintainers; [
|
||||
getchoo
|
||||
aleksana
|
||||
];
|
||||
mainProgram = "easyeffects";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
@ -54,7 +54,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://johnfactotum.github.io/foliate";
|
||||
changelog = "https://github.com/johnfactotum/foliate/releases/tag/${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
maintainers = with maintainers; [
|
||||
onny
|
||||
aleksana
|
||||
];
|
||||
mainProgram = "foliate";
|
||||
};
|
||||
}
|
||||
|
@ -70,7 +70,10 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.gnome.org/World/Fragments";
|
||||
description = "Easy to use BitTorrent client for the GNOME desktop environment";
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
maintainers = with maintainers; [
|
||||
emilytrau
|
||||
aleksana
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "fragments";
|
||||
|
@ -21,7 +21,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
meta = with lib; {
|
||||
description = "Ultimate desktop calculator";
|
||||
homepage = "http://qalculate.github.io";
|
||||
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
|
||||
maintainers = with maintainers; [
|
||||
gebner
|
||||
doronbehar
|
||||
alyaeanyx
|
||||
aleksana
|
||||
];
|
||||
license = licenses.gpl2Plus;
|
||||
mainProgram = "qalculate-gtk";
|
||||
platforms = platforms.all;
|
||||
|
@ -63,6 +63,9 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "com.github.louis77.tuner";
|
||||
maintainers = [ maintainers.abbe ];
|
||||
maintainers = with maintainers; [
|
||||
abbe
|
||||
aleksana
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -77,7 +77,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://mpobaschnig.github.io/vaults/";
|
||||
changelog = "https://github.com/mpobaschnig/vaults/releases/tag/${version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ benneti ];
|
||||
maintainers = with lib.maintainers; [
|
||||
benneti
|
||||
aleksana
|
||||
];
|
||||
mainProgram = "vaults";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
@ -71,7 +71,11 @@ stdenv.mkDerivation rec {
|
||||
description = "Fast and secure file transfer";
|
||||
homepage = "https://apps.gnome.org/Warp/";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ dotlambda foo-dogsquared ];
|
||||
maintainers = with lib.maintainers; [
|
||||
dotlambda
|
||||
foo-dogsquared
|
||||
aleksana
|
||||
];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "warp";
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
|
Loading…
Reference in New Issue
Block a user