disfetch: change owner username (#133377)

This commit is contained in:
veleth
2021-08-10 16:14:10 +02:00
committed by GitHub
parent 15e8199300
commit fd5c6aada3
+2 -2
View File
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "2.9";
src = fetchFromGitHub {
owner = "llathasa-veleth";
owner = "q60";
repo = "disfetch";
rev = version;
sha256 = "sha256-dmDDO1DcDMGWtQtIQncOjSc114tL5QH1Jaq1n4vAe5M=";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Yet another *nix distro fetching program, but less complex";
homepage = "https://github.com/llathasa-veleth/disfetch";
homepage = "https://github.com/q60/disfetch";
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.vel ];