Fix homepage of JabRef

This commit is contained in:
Oliver Kopp
2019-12-19 21:17:26 +01:00
committed by GitHub
parent 1c15955340
commit eb112c8bc3

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Open source bibliography reference manager";
homepage = http://jabref.sourceforge.net;
homepage = https://www.jabref.org;
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = [ maintainers.gebner ];