summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-01-04 17:09:02 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-18 18:26:50 +0000
commit1c68efa3f798d9a284d69ca3cde78451ecb0cc60 (patch)
tree27e749c3d79dae09ef430a977deb5efc9593a325
parente2fsprogs: 1.46.4 -> 1.46.5 (diff)
downloadnixpkgs-1c68efa3f798d9a284d69ca3cde78451ecb0cc60.tar.gz
e2fsprogs: add meta.changelog
(cherry picked from commit 3b8dc52c3f6fb59e32f7c66dd73b45733480dc3f)
-rw-r--r--pkgs/tools/filesystems/e2fsprogs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/e2fsprogs/default.nix b/pkgs/tools/filesystems/e2fsprogs/default.nix
index 939e9067b80f..d630c7d43f61 100644
--- a/pkgs/tools/filesystems/e2fsprogs/default.nix
+++ b/pkgs/tools/filesystems/e2fsprogs/default.nix
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://e2fsprogs.sourceforge.net/";
+ changelog = "http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#${version}";
description = "Tools for creating and checking ext2/ext3/ext4 filesystems";
license = with licenses; [
gpl2Plus