nerdfetch: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-09-27 09:37:05 +02:00
committed by GitHub
parent 51416380fb
commit c07743948f
+2 -1
View File
@@ -11,7 +11,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "ThatOneCalculator";
repo = "NerdFetch";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-G1BWggVPxpIKK82pKHD4Jxyis4CY156Jox2/xHRQfrI=";
};
@@ -30,6 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
meta = with lib; {
description = "POSIX *nix (Linux, macOS, Android, *BSD, etc) fetch script using Nerdfonts";
homepage = "https://github.com/ThatOneCalculator/NerdFetch";
changelog = "https://github.com/ThatOneCalculator/NerdFetch/releases/tag/${finalAttrs.version}";
maintainers = with maintainers; [ ByteSudoer ];
license = licenses.mit;
mainProgram = "nerdfetch";