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
commit 12dbb5a2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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