harmonia: update homepage + maintainer

This commit is contained in:
Jörg Thalheim 2023-05-09 12:34:16 +02:00
parent e7a72819bd
commit 574bc9e054

View file

@ -39,8 +39,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Nix binary cache";
homepage = "https://github.com/helsinki-systems/harmonia";
homepage = "https://github.com/nix-community/harmonia";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
maintainers = with maintainers; [ fab mic92 ];
};
}