Commit 7698c11d authored by Alexis Hildebrandt's avatar Alexis Hildebrandt
Browse files

envio: change owner name and fix meta.changelog url

parent 20123554
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  version = "0.6.1";

  src = fetchFromGitHub {
    owner = "envio-cli";
    owner = "humblepenguinn";
    repo = "envio";
    rev = "v${finalAttrs.version}";
    hash = "sha256-je0DBoBIayFK//Aija5bnO/2z+hxNWgVkwOgxMyq5s4=";
@@ -36,8 +36,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  '';

  meta = {
    homepage = "https://envio-cli.github.io/home";
    changelog = "https://github.com/envio-cli/envio/blob/${finalAttrs.version}/CHANGELOG.md";
    changelog = "https://github.com/humblepenguinn/envio/blob/v${finalAttrs.version}/CHANGELOG.md";
    description = "Modern and secure CLI tool for managing environment variables";
    mainProgram = "envio";
    longDescription = ''