easyloggingpp: update homepage

Upstream repo has moved to a different owner
This commit is contained in:
Renaud 2022-02-05 23:38:51 +01:00 committed by c0bw3b
parent 3e5d286cc4
commit 0b564f445e

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
pname = "easyloggingpp"; pname = "easyloggingpp";
version = "9.97.0"; version = "9.97.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "muflihun"; owner = "amrayn";
repo = "easyloggingpp"; repo = "easyloggingpp";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-sFWmZMnucMuvpwDzuowni21KiD3bx0lH1Ts+yhusOYs="; sha256 = "sha256-sFWmZMnucMuvpwDzuowni21KiD3bx0lH1Ts+yhusOYs=";
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
description = "C++ logging library"; description = "C++ logging library";
homepage = "https://muflihun.github.io/easyloggingpp/"; homepage = "https://github.com/amrayn/easyloggingpp";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [acowley]; maintainers = with lib.maintainers; [acowley];
platforms = lib.platforms.all; platforms = lib.platforms.all;