august: drop
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "august";
|
||||
version = "0-unstable-2023-08-13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yoav-lavi";
|
||||
repo = "august";
|
||||
rev = "42b8a1bf5ca079aca1769d92315f70b193a9cd4a";
|
||||
hash = "sha256-58DZMoRH9PBbM4sok/XbUcwSXBeqUAmFZpffdMKQ+dE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-E1M/Soaz4+Gyxizc4VReZlfJB5gxrSz2ue3WI9fcNJA=";
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/{august-cli,ag}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Emmet-like language that produces JSON, TOML, or YAML";
|
||||
homepage = "https://github.com/yoav-lavi/august";
|
||||
license = with lib.licenses; [
|
||||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ag";
|
||||
};
|
||||
}
|
||||
@@ -319,6 +319,7 @@ mapAliases {
|
||||
asterisk_18 = throw "asterisk_18: Asterisk 18 is end of life and has been removed"; # Added 2025-10-19
|
||||
atlassian-cli = appfire-cli; # Added 2025-09-29
|
||||
ats = throw "'ats' has been removed as it is unmaintained for 10 years and broken"; # Added 2025-05-17
|
||||
august = throw "'august' has been removed, as it has been unmaintained since august 2023"; # Added 2025-12-25
|
||||
AusweisApp2 = throw "'AusweisApp2' has been renamed to/replaced by 'ausweisapp'"; # Converted to throw 2025-10-27
|
||||
autoconf213 = throw "'autoconf213' has been removed in favor of 'autoconf'"; # Added 2025-07-21
|
||||
autoconf264 = throw "'autoconf264' has been removed in favor of 'autoconf'"; # Added 2025-07-21
|
||||
|
||||
Reference in New Issue
Block a user