Skip to content

Commit

Permalink
pkgs: add self as maintainer for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 10, 2024
1 parent d9f0cdb commit dcb7132
Show file tree
Hide file tree
Showing 23 changed files with 27 additions and 21 deletions.
2 changes: 1 addition & 1 deletion pkgs/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-applets";
description = "Applets for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ qyliss nyanbinary ];
maintainers = with maintainers; [ qyliss nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-applibrary/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-applibrary";
description = "Application Template for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-app-library";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-bg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-bg";
description = "Applies Background for the COSMIC Desktop Environment";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-bg";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-comp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-comp";
description = "Compositor for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ qyliss nyanbinary ];
maintainers = with maintainers; [ qyliss nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-design-demo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-design-demo";
description = "Design Demo for the COSMIC Desktop Environment";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-design-demo";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-edit";
description = "Text Editor for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-files/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-files";
description = "File Manager for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-greeter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-greeter";
description = "Greeter for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-icons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ stdenvNoCC.mkDerivation rec {
license = with licenses; [
cc-by-sa-40
];
maintainers = with maintainers; [ a-kenji ];
maintainers = with maintainers; [ a-kenji lilyinstarlight ];
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-launcher";
description = "Launcher for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-notifications/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-notifications";
description = "Notifications for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-osd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-osd";
description = "OSD for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-panel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-panel";
description = "Panel for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ qyliss nyanbinary ];
maintainers = with maintainers; [ qyliss nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-protocols/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pop-os/cosmic-protocols";
description = "Addtional wayland-protocols used by the COSMIC desktop environment";
license = [ licenses.mit licenses.gpl3Only ];
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-randr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-randr";
description = "Library and utility for displaying and configuring Wayland outputs";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-randr";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-screenshot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-screenshot";
description = "Screenshot tool for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-screenshot";
};
Expand Down
1 change: 1 addition & 0 deletions pkgs/cosmic-session/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ rustPlatform.buildRustPackage {
maintainers = with maintainers; [
a-kenji
nyanbinary
lilyinstarlight
];
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-settings-daemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-settings-daemon";
description = "Settings Daemon for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/cosmic-settings/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-settings";
description = "Settings for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-settings";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-term/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-term";
description = "Terminal for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyanbinary lilyinstarlight ];
platforms = platforms.linux;
mainProgram = "cosmic-term";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cosmic-workspaces-epoch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/cosmic-workspaces-epoch";
description = "Workspaces Epoch for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
platforms = platforms.linux;
};
}
5 changes: 5 additions & 0 deletions pkgs/wrapCosmicAppsHook/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ makeSetupHook {
"vulkan"
]);
};

meta = {
description = "Setup hook for configuring and wrapping applications based on libcosmic";
maintainers = [ lib.maintainers.lilyinstarlight ];
};
} ./wrap-cosmic-apps-hook.sh
2 changes: 1 addition & 1 deletion pkgs/xdg-desktop-portal-cosmic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/pop-os/xdg-desktop-portal-cosmic";
description = "XDG Desktop Portal for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyanbinary lilyinstarlight ];
mainProgram = "xdg-desktop-portal-cosmic";
platforms = platforms.linux;
};
Expand Down

0 comments on commit dcb7132

Please sign in to comment.