lol

mcaimi-st: update meta.homepage, modernize

Acid Bong f5594528 593f2739

+6 -6
+6 -6
pkgs/by-name/mc/mcaimi-st/package.nix
··· 12 12 13 13 stdenv.mkDerivation { 14 14 pname = "mcaimi-st"; 15 - version = "0.pre+unstable=2021-08-30"; 15 + version = "0-unstable-2021-08-30"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "mcaimi"; ··· 40 40 runHook postInstall 41 41 ''; 42 42 43 - meta = with lib; { 44 - homepage = "https://github.com/gnotclub/xst"; 43 + meta = { 44 + homepage = "https://github.com/mcaimi/st"; 45 45 description = "Suckless Terminal fork"; 46 46 mainProgram = "st"; 47 - license = licenses.mit; 48 - maintainers = with maintainers; [ ]; 49 - platforms = platforms.linux; 47 + license = lib.licenses.mit; 48 + maintainers = with lib.maintainers; [ ]; 49 + platforms = lib.platforms.linux; 50 50 }; 51 51 }