Merge pull request #152482 from jonringer/update-ibniz-homepage

ibniz: update homepage
This commit is contained in:
Bobby Rong
2021-12-29 09:38:15 +08:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Virtual machine designed for extremely compact low-level audiovisual programs";
homepage = "http://www.pelulamu.net/ibniz/";
homepage = "https://github.com/viznut/IBNIZ";
license = licenses.zlib;
platforms = platforms.linux;
maintainers = [ maintainers.dezgeg ];