Commit 8da21eb0 authored by Sigmanificient's avatar Sigmanificient
Browse files

podman-bootc: update GitHub owner name

parent ab5b92b7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ buildGoModule (finalAttrs: {
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "containers";
    owner = "bootc-dev";
    repo = "podman-bootc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Hxg2QSedPAWYZpuesUEFol9bpTppjB0/MpCcB+txMDc=";
@@ -62,8 +62,8 @@ buildGoModule (finalAttrs: {

  meta = {
    description = "Streamlining podman+bootc interactions";
    homepage = "https://github.com/containers/podman-bootc";
    changelog = "https://github.com/containers/podman-bootc/releases/tag/${finalAttrs.src.tag}";
    homepage = "https://github.com/bootc-dev/podman-bootc";
    changelog = "https://github.com/bootc-dev/podman-bootc/releases/tag/${finalAttrs.src.tag}";
    maintainers = with lib.maintainers; [ evan-goode ];
    license = lib.licenses.asl20;
    # x86_64-darwin does not seem to be supported at this time: