disfetch: change owner username (#133377)
This commit is contained in:
parent
15e8199300
commit
fd5c6aada3
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user