summary refs log tree commit diff
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-05 23:38:51 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:29 +0100
commit0b564f445e3929493581a4878f9c663898efc108 (patch)
tree2198d4e263be0e56faa9f34f9848c68b121fe67e
parent3e5d286cc4f4527ba24efd3d6f60c184a5f734c0 (diff)
downloadnixpkgs-0b564f445e3929493581a4878f9c663898efc108.tar
nixpkgs-0b564f445e3929493581a4878f9c663898efc108.tar.gz
nixpkgs-0b564f445e3929493581a4878f9c663898efc108.tar.bz2
nixpkgs-0b564f445e3929493581a4878f9c663898efc108.tar.lz
nixpkgs-0b564f445e3929493581a4878f9c663898efc108.tar.xz
nixpkgs-0b564f445e3929493581a4878f9c663898efc108.tar.zst
nixpkgs-0b564f445e3929493581a4878f9c663898efc108.zip
easyloggingpp: update homepage
Upstream repo has moved to a different owner
-rw-r--r--pkgs/development/libraries/easyloggingpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/easyloggingpp/default.nix b/pkgs/development/libraries/easyloggingpp/default.nix
index ad582d93305..03c4ea0ee8f 100644
--- a/pkgs/development/libraries/easyloggingpp/default.nix
+++ b/pkgs/development/libraries/easyloggingpp/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   pname = "easyloggingpp";
   version = "9.97.0";
   src = fetchFromGitHub {
-    owner = "muflihun";
+    owner = "amrayn";
     repo = "easyloggingpp";
     rev = "v${version}";
     sha256 = "sha256-sFWmZMnucMuvpwDzuowni21KiD3bx0lH1Ts+yhusOYs=";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   '';
   meta = {
     description = "C++ logging library";
-    homepage = "https://muflihun.github.io/easyloggingpp/";
+    homepage = "https://github.com/amrayn/easyloggingpp";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [acowley];
     platforms = lib.platforms.all;