This commit is contained in:
do butterflies cry? 2026-03-22 14:45:26 +10:00
parent 9a2324c2eb
commit de45ceb4fe
Signed by: cry
GPG key ID: F68745A836CA0412
10 changed files with 8 additions and 14 deletions

View file

@ -10,7 +10,6 @@
angryoxide-meta = {
homepage = "https://github.com/${angryoxide-owner}/${angryoxide-pname}";
license = lib.licenses.gpl3;
maintainers = [lib.maintainers.emileclarkb];
};
# "Vendored LibWifi used in AngryOxide"
@ -66,7 +65,7 @@
meta =
{
description = "AngryOxide's source files isolated by (@emileclarkb) into a separate Nix derivation.";
description = "AngryOxide's source files isolated by @_cry64 into a separate Nix derivation.";
}
// angryoxide-meta;
};

View file

@ -463,7 +463,6 @@ rec {
description = "A GUI for the Chameleon Ultra written in Flutter for crossplatform";
homepage = "https://github.com/GameTec-live/ChameleonUltraGUI";
license = licenses.gpl3;
maintainers = [maintainers.emileclarkb];
platforms = platforms.linux;
};
}

View file

@ -20,6 +20,5 @@ in
description = "A lightweight, fast, terminal-based markdown research tool inspired by Obsidian";
homepage = "https://github.com/hanebox/ekphos";
license = lib.licenses.mit;
maintainers = [lib.maintainers.emileclarkb];
};
}