cp437: fix eval

This commit is contained in:
zowoq 2020-11-10 22:51:00 +10:00
parent 736957987e
commit de47c1907c

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation {
''; '';
homepage = "https://github.com/keaston/cp437"; homepage = "https://github.com/keaston/cp437";
license = licenses.bsd3; license = licenses.bsd3;
maintainer = with maintainers; [ jb55 ]; maintainers = with maintainers; [ jb55 ];
}; };
} }