marwaita-peppermint: rename to marwaita-red

This commit is contained in:
José Romildo 2024-07-01 19:12:10 -03:00
parent 59e982c4c1
commit 2611d400c4
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -863,6 +863,7 @@ mapAliases ({
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
marwaita-peppermint = lib.warn "marwaita-peppermint has been renamed to marwaita-red" marwaita-red; # 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