lua-cassowary: Fix URL and add myself to maintainer list

(I am also an upstream committer.)
wip/yesman
Caleb Maclennan 4 years ago
parent e9455b9cf1
commit e1f6f37dc9
  1. 6
      pkgs/development/lua-modules/generated-packages.nix

@ -155,9 +155,9 @@ cassowary = buildLuarocksPackage {
propagatedBuildInputs = [ lua penlight ];
meta = with stdenv.lib; {
homepage = "https://github.com/simoncozens/cassowary.lua";
description = "The cassowary constraint solver.";
maintainers = with maintainers; [ marsam ];
homepage = "https://github.com/sile-typesetter/cassowary.lua";
description = "The cassowary constraint solver";
maintainers = with maintainers; [ marsam alerque ];
license.fullName = "Apache 2";
};
};

Loading…
Cancel
Save