1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

accounts-sso: use gitlab link

google code is discontinued
This commit is contained in:
Matthew Bauer 2017-08-17 15:02:23 -07:00
parent 3ce33633c4
commit 16392e0ae8

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Qt library for accessing the online accounts database";
homepage = http://code.google.com/p/accounts-sso/;
homepage = https://gitlab.com/accounts-sso;
license = licenses.lgpl21;
maintainers = with maintainers; [ nckx ];
platforms = with platforms; linux;