marwaita-ubuntu: rename to marwaita-orange

This commit is contained in:
José Romildo 2024-07-08 11:52:21 -03:00
parent 5d352d2978
commit eb31ad978f
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
}:
stdenv.mkDerivation rec {
pname = "marwaita-ubuntu";
pname = "marwaita-orange";
version = "17.0";
src = fetchFromGitHub {

View File

@ -865,6 +865,7 @@ mapAliases ({
markmind = throw "markmind has been removed from nixpkgs, because it depended on an old version of electron"; # Added 2023-09-12
marwaita-manjaro = lib.warn "marwaita-manjaro has been renamed to marwaita-darkcyan" marwaita-darkcyan; # Added 2024-07-01
marwaita-peppermint = lib.warn "marwaita-peppermint has been renamed to marwaita-red" marwaita-red; # Added 2024-07-01
marwaita-ubuntu = lib.warn "marwaita-ubuntu has been renamed to marwaita-orange" marwaita-orange; # Added 2024-07-08
matrique = spectral; # Added 2020-01-27
matrixcli = throw "'matrixcli' has been removed due to being unmaintained and broken functionality. Recommend 'matrix-commander' as an alternative"; # Added 2024-03-09
matrix-recorder = throw "matrix-recorder has been removed due to being unmaintained"; # Added 2023-05-21