fix eval
This commit is contained in:
parent
3b5f172c0a
commit
5b48bc8aae
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Modern low-level programming language";
|
description = "Modern low-level programming language";
|
||||||
homepage = "https://github.com/nickmqb/muon";
|
homepage = "https://github.com/nickmqb/muon";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ filalex77 ];
|
maintainers = with maintainers; [ Br1ght0ne ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user