Move project to GitHub

This commit is contained in:
Tim Schubert 2023-05-25 16:24:00 +02:00
parent 7bc233b72b
commit 60aae8b4f0
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
4 changed files with 7 additions and 7 deletions

View file

@ -6,8 +6,8 @@ buildGoModule {
vendorSha256 = "sha256-vBni3j3o0P13PJg/Ab1ux9zSVr05Iha/sb8dVTX4G0g=";
meta = with lib; {
description = "Archives Etherpads with git";
homepage = "https://git.fginfo.tu-bs.de/fginfo/pad-archiver";
homepage = "https://github.com/dadada/pad-archiver";
license = licenses.mit;
maintainers = [ "y0067212" ];
maintainers = [ "dadada" ];
};
}