From 29899cf64ab828abb9f09a7be2722b96805e4d46 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Wed, 29 Apr 2026 21:36:15 +0300 Subject: [PATCH] frawk: remove changelog The upstream barely has tags, and release notes (of which only two were present) are the only source of changes --- pkgs/by-name/fr/frawk/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/fr/frawk/package.nix b/pkgs/by-name/fr/frawk/package.nix index 26a849e95420..b8c298ccc996 100644 --- a/pkgs/by-name/fr/frawk/package.nix +++ b/pkgs/by-name/fr/frawk/package.nix @@ -54,7 +54,6 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Small programming language for writing short programs processing textual data"; mainProgram = "frawk"; homepage = "https://github.com/ezrosent/frawk"; - changelog = "https://github.com/ezrosent/frawk/releases/tag/v${finalAttrs.version}"; license = with lib.licenses; [ mit # or asl20