move from github:t184256/ to github:nix-community/

This commit is contained in:
Alexander Sosedkin 2023-09-13 13:01:22 +02:00
parent 9c190d19cd
commit 039379abee
10 changed files with 22 additions and 22 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
{ pkgs, home-manager, nmdSrc }:
@ -22,7 +22,7 @@ let
modulesDocs = nmd.buildModulesDocs {
modules = modules ++ [ setupModule ];
moduleRootPaths = [ ../. ];
mkModuleUrl = path: "https://github.com/t184256/nix-on-droid/blob/master/${path}";
mkModuleUrl = path: "https://github.com/nix-community/nix-on-droid/blob/master/${path}";
channelName = "nix-on-droid";
docBook.id = "nix-on-droid-options";
};

View file

@ -14,7 +14,7 @@
</para>
<para>
If you encounter problems or bugs then please report them on the
<link xlink:href="https://github.com/t184256/nix-on-droid/issues">issue tracker</link>.
<link xlink:href="https://github.com/nix-community/nix-on-droid/issues">issue tracker</link>.
</para>
</preface>
@ -34,7 +34,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nix-on-droid = {
url = "github:t184256/nix-on-droid/release-23.05";
url = "github:nix-community/nix-on-droid/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};