pup: add meta
This commit is contained in:
parent
102f8a8907
commit
c8adf82928
@ -1,4 +1,4 @@
|
||||
{ buildGoPackage, fetchgit }:
|
||||
{ lib, buildGoPackage, fetchgit }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "pup-${version}";
|
||||
@ -12,4 +12,10 @@ buildGoPackage rec {
|
||||
url = "https://${goPackagePath}";
|
||||
sha256 = "0mnhw0yph5fvcnrcmj1kfbyw1a4lcg3k9f6y28kf44ihlq8h1dfz";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Streaming HTML processor/selector";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ yegortimoshenko ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user