Merge pull request #297625 from jshcmpbll/jc/nix-update-source-homepage

nix-update-script: add homepage
This commit is contained in:
Mario Rodas
2024-03-21 08:03:41 -05:00
committed by GitHub
@@ -51,6 +51,7 @@ python3Packages.buildPythonApplication rec {
};
meta = {
homepage = "https://github.com/timbertson/nix-update-source";
description = "Utility to automate updating of nix derivation sources";
maintainers = with lib.maintainers; [ timbertson ];
license = lib.licenses.mit;