Update github owner and URL for mdcat (#228116)

I renamed my Github account a while ago.
This commit is contained in:
Basti
2023-04-25 12:10:55 +02:00
committed by GitHub
parent d4ade747dc
commit e1b387b921
+2 -2
View File
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
version = "2.0.2";
src = fetchFromGitHub {
owner = "lunaryorn";
owner = "swsnr";
repo = "mdcat";
rev = "mdcat-${version}";
sha256 = "sha256-JevndaSGeIzLV/h4ljUwx6vL60aKWYzmKWOgQDPMAaA=";
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "cat for markdown";
homepage = "https://github.com/lunaryorn/mdcat";
homepage = "https://github.com/swsnr/mdcat";
license = with licenses; [ mpl20 ];
maintainers = with maintainers; [ SuperSandro2000 ];
};