mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fix eval
cc @Baughn
This commit is contained in:
parent
aa686fe5c3
commit
f66d7823ec
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "nginx config file formatter";
|
description = "nginx config file formatter";
|
||||||
maintainers = with maintainers; [ baughn ];
|
maintainers = with maintainers; [ Baughn ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = https://github.com/1connect/nginx-config-formatter;
|
homepage = https://github.com/1connect/nginx-config-formatter;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue