budgie-control-center: modernize

This commit is contained in:
seth 2024-07-12 18:52:46 -04:00
parent 96bab1b8b0
commit c4212408fa
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -47,6 +47,7 @@
networkmanager,
networkmanagerapplet,
ninja,
nix-update-script,
pkg-config,
polkit,
samba,
@ -176,12 +177,17 @@ stdenv.mkDerivation (finalAttrs: {
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Fork of GNOME Control Center for the Budgie 10 Series";
homepage = "https://github.com/BuddiesOfBudgie/budgie-control-center";
changelog = "https://github.com/BuddiesOfBudgie/budgie-control-center/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl2Plus;
maintainers = lib.teams.budgie.members;
mainProgram = "budgie-control-center";
platforms = lib.platforms.linux;
maintainers = lib.teams.budgie.members;
license = lib.licenses.gpl2Plus;
};
})