tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cucumber: add anthonyroussel to maintainers
Anthony Roussel
2 years ago
43d59aa9
5417438e
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
cucumber
default.nix
+1
-1
pkgs/development/tools/cucumber/default.nix
···
12
homepage = "https://cucumber.io/";
13
changelog = "https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md";
14
license = licenses.mit;
15
-
maintainers = with maintainers; [ manveru nicknovitski ];
16
platforms = platforms.unix;
17
};
18
}
···
12
homepage = "https://cucumber.io/";
13
changelog = "https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md";
14
license = licenses.mit;
15
+
maintainers = with maintainers; [ manveru nicknovitski anthonyroussel ];
16
platforms = platforms.unix;
17
};
18
}