2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 07:18:08 +00:00

aqbanking: update homepage URL

This commit is contained in:
Konrad Borowski 2020-10-06 08:59:13 +02:00
parent 3696bc0e89
commit 965854da66

View File

@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "An interface to banking tasks, file formats and country information";
homepage = "http://www2.aquamaniac.de/sites/download/packages.php?package=03&showall=1";
homepage = "https://www.aquamaniac.de/";
hydraPlatforms = [];
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu ];