From 5d833cec52078fcea43cdf57a92101ea90158f3a Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Tue, 2 Jun 2026 11:32:45 +0200 Subject: [PATCH] python3Packages.btrfsutil: update homepage --- pkgs/development/python-modules/btrfsutil/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/btrfsutil/default.nix b/pkgs/development/python-modules/btrfsutil/default.nix index 439c7a826bdb..f2b6403ecf99 100644 --- a/pkgs/development/python-modules/btrfsutil/default.nix +++ b/pkgs/development/python-modules/btrfsutil/default.nix @@ -45,7 +45,7 @@ buildPythonPackage { meta = { description = "Library for managing Btrfs filesystems"; - homepage = "https://btrfs.wiki.kernel.org/"; + homepage = "https://btrfs.readthedocs.io/"; license = lib.licenses.lgpl21Plus; maintainers = with lib.maintainers; [ raskin