marwaita-manjaro: rename to marwaita-darkcyan

This commit is contained in:
José Romildo 2024-07-01 18:23:47 -03:00
parent a0a83d4252
commit b6dc9fc53b
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation rec {
pname = "marwaita-manjaro";
pname = "marwaita-darkcyan";
version = "20.1";
src = fetchFromGitHub {
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Manjaro Style (green version) of Marwaita GTK theme";
description = "Manjaro Style of Marwaita GTK theme";
homepage = "https://www.pling.com/p/1351213/";
license = licenses.gpl3Only;
platforms = platforms.unix;

View File

@ -862,6 +862,7 @@ mapAliases ({
mariadb-client = hiPrio mariadb.client; #added 2019.07.28
markdown-pp = throw "markdown-pp was removed from nixpkgs, because the upstream archived it on 2021-09-02"; # Added 2023-07-22
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
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