jbang: fix meta.homepage

This commit is contained in:
figsoda 2023-04-10 23:50:29 -04:00
parent 290c0ce1ae
commit f017b32eef

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
jbang uses the java language to build scripts similar to groovy scripts. Dependencies are automatically
downloaded and the java code runs.
'';
homepage = "https://https://www.jbang.dev/";
homepage = "https://www.jbang.dev";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ moaxcp ];