summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-10-21 11:30:33 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-10-21 13:15:39 +0000
commita7060d1ea0d0b635829303b7ae66134b19fd8c46 (patch)
treea51f8d870a283ea721d7382f5b9e0fee5f64fbda
parentMerge pull request #262528 from NixOS/backport-260160-to-release-23.05 (diff)
downloadnixpkgs-a7060d1ea0d0b635829303b7ae66134b19fd8c46.tar.gz
erofs-utils.meta.homepage: initorigin/backport-262520-to-release-23.05
(cherry picked from commit 77b6649ac311818131c9546c8c982479a7f0fd0b)
-rw-r--r--pkgs/tools/filesystems/erofs-utils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/erofs-utils/default.nix b/pkgs/tools/filesystems/erofs-utils/default.nix
index 2ef0a87691ad..68bc127398c0 100644
--- a/pkgs/tools/filesystems/erofs-utils/default.nix
+++ b/pkgs/tools/filesystems/erofs-utils/default.nix
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
] ++ lib.optional fuseSupport "--enable-fuse";
meta = with lib; {
+ homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/about/";
description = "Userspace utilities for linux-erofs file system";
license = with licenses; [ gpl2Plus ];
maintainers = with maintainers; [ ehmry nikstur ];