diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-29 09:43:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-29 09:43:54 +0800 |
| commit | 6a92c36a0a7c87322f043f6b6a20aa09ab926d36 (patch) | |
| tree | 63a01d5441e139a386ea6ac4a1f6da027e19bf2a | |
| parent | Merge pull request #152542 from NixOS/backport-152484-to-release-21.11 (diff) | |
| parent | ibniz: update homepage (diff) | |
| download | nixpkgs-6a92c36a0a7c87322f043f6b6a20aa09ab926d36.tar.gz | |
Merge pull request #152544 from NixOS/backport-152482-to-release-21.11
[Backport release-21.11] ibniz: update homepage
| -rw-r--r-- | pkgs/tools/graphics/ibniz/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/ibniz/default.nix b/pkgs/tools/graphics/ibniz/default.nix index 227ab5d082dc..a74267846c1d 100644 --- a/pkgs/tools/graphics/ibniz/default.nix +++ b/pkgs/tools/graphics/ibniz/default.nix @@ -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 ]; |
