tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gumbo: update project link
Grigory Kirillov
2 years ago
e5c2ae5f
f2645327
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gumbo
default.nix
+2
-2
pkgs/development/libraries/gumbo/default.nix
···
9
10
src = fetchFromGitea {
11
domain = "codeberg.org";
12
-
owner = "grisha";
13
repo = "gumbo-parser";
14
rev = version;
15
hash = "sha256-d4V4bI08Prmg3U0KGu4yIwpHcvTJT3NAd4lbzdBU/AE=";
···
19
20
meta = with lib; {
21
description = "C99 HTML parsing algorithm";
22
-
homepage = "https://github.com/google/gumbo-parser";
23
maintainers = [ maintainers.nico202 ];
24
platforms = with platforms; linux ++ darwin;
25
license = licenses.asl20;
···
9
10
src = fetchFromGitea {
11
domain = "codeberg.org";
12
+
owner = "gumbo-parser";
13
repo = "gumbo-parser";
14
rev = version;
15
hash = "sha256-d4V4bI08Prmg3U0KGu4yIwpHcvTJT3NAd4lbzdBU/AE=";
···
19
20
meta = with lib; {
21
description = "C99 HTML parsing algorithm";
22
+
homepage = "https://codeberg.org/gumbo-parser/gumbo-parser";
23
maintainers = [ maintainers.nico202 ];
24
platforms = with platforms; linux ++ darwin;
25
license = licenses.asl20;