various: add bobby285271 as maintainer (#198911)

Basically Linux Mint related packages.
Cinnamon 5.6 is likely to happen soon, I want to make sure no duplicate work is done.
This commit is contained in:
Bobby Rong 2022-11-01 17:24:40 +08:00 committed by GitHub
parent a37dd75ba4
commit ab8f86d73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -72,6 +72,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/linuxmint/timeshift";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ShamrockLee ];
maintainers = with maintainers; [ ShamrockLee bobby285271 ];
};
}

View file

@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
description = "A slick-looking LightDM greeter";
homepage = "https://github.com/linuxmint/slick-greeter";
license = licenses.gpl3Only;
maintainers = with maintainers; [ water-sucks ];
maintainers = with maintainers; [ water-sucks bobby285271 ];
platforms = platforms.linux;
};
}

View file

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/linuxmint/xed";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ tu-maurice ];
maintainers = with maintainers; [ tu-maurice bobby285271 ];
};
}

View file

@ -85,6 +85,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/linuxmint/sticky";
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ linsui ];
maintainers = with maintainers; [ linsui bobby285271 ];
};
}

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/linuxmint/hypnotix";
changelog = "https://github.com/linuxmint/hypnotix/blob/${src.rev}/debian/changelog";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ dotlambda ];
maintainers = with lib.maintainers; [ dotlambda bobby285271 ];
platforms = lib.platforms.linux;
};
}

View file

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
description = "A generic media player from Linux Mint";
license = with licenses; [ gpl2Plus lgpl21Plus ];
homepage = "https://github.com/linuxmint/xplayer";
maintainers = with maintainers; [ tu-maurice ];
maintainers = with maintainers; [ tu-maurice bobby285271 ];
platforms = platforms.linux;
};
}

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Playlist parsing library for xplayer";
homepage = "https://github.com/linuxmint/xplayer-plparser";
maintainers = with maintainers; [ tu-maurice ];
maintainers = with maintainers; [ tu-maurice bobby285271 ];
license = licenses.lgpl2Plus;
platforms = platforms.linux;
};

View file

@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "Cross-desktop libraries and common resources for python";
license = licenses.lgpl2;
platforms = platforms.linux;
maintainers = [ maintainers.mkg20001 ];
maintainers = teams.cinnamon.members;
};
}

View file

@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/linuxmint/blueberry";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
maintainers = with maintainers; [ bobby285271 romildo ];
};
}