Merge pull request #76062 from koppor/patch-1

Fix homepage of JabRef
This commit is contained in:
Niklas Hambüchen
2019-12-19 22:02:17 +00:00
committed by GitHub

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 ];