cosmic-tasks -> tasks

This commit is contained in:
Gaetan Lepage 2024-07-04 13:09:02 +02:00
parent c67c8a6699
commit b7aa573309
3 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "cosmic-tasks";
pname = "tasks";
version = "0.1.0";
src = fetchFromGitHub {

View File

@ -212,6 +212,7 @@ mapAliases ({
composable_kernel = throw "'composable_kernel' has been replaced with 'rocmPackages.composable_kernel'"; # Added 2023-10-08
cope = throw "'cope' has been removed, as it is broken in nixpkgs since it was added, and fixing it is not trivial"; # Added 2024-04-12
coriander = throw "'coriander' has been removed because it depends on GNOME 2 libraries"; # Added 2024-06-27
cosmic-tasks = tasks; # Added 2024-07-04
cpp-ipfs-api = cpp-ipfs-http-client; # Project has been renamed. Added 2022-05-15
crispyDoom = crispy-doom; # Added 2023-05-01
cryptowatch-desktop = throw "Cryptowatch Desktop was sunset on September 30th 2023 and has been removed from nixpkgs"; # Added 2023-12-22