openems: fix homepage

This commit is contained in:
rein
2025-07-20 23:10:03 +05:30
committed by GitHub
parent 323ad328f6
commit 33e4e9f881
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Open Source Electromagnetic Field Solver";
homepage = "http://openems.de/index.php/Main_Page.html";
homepage = "https://wiki.openems.de/index.php/Main_Page.html";
license = licenses.gpl3;
maintainers = with maintainers; [ matthuszagh ];
platforms = platforms.linux;