norouter: mark broken

This commit is contained in:
Artturin 2023-10-06 03:33:48 +03:00
parent 6f54a1fd5c
commit 0d1cf4fe6a

View file

@ -31,5 +31,7 @@ buildGoModule rec {
homepage = "https://github.com/norouter/norouter";
license = licenses.asl20;
maintainers = with maintainers; [ blaggacao ];
# out is empty
broken = true;
};
}