Unverified Commit 317aaa22 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

nix-update-script: add homepage
parents 9d621372 8083f47b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;