summary refs log tree commit diff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2012-09-04 16:14:01 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2012-09-04 16:14:01 +0200
commitb3c63a98f079fbcad2fa44b57c8edc8916362ba4 (patch)
tree3ecb60fb96f8bf89d2ca46b1534f6869e355d05a /doc/package-notes.xml
parent6cdb98a140263e36cd1127fe524aa65b815023d6 (diff)
downloadnixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.tar
nixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.tar.gz
nixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.tar.bz2
nixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.tar.lz
nixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.tar.xz
nixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.tar.zst
nixpkgs-b3c63a98f079fbcad2fa44b57c8edc8916362ba4.zip
Remove all svn references
Diffstat (limited to 'doc/package-notes.xml')
-rw-r--r--doc/package-notes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 9d2cd0ef16b..6dae036b338 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -16,7 +16,7 @@ Linux kernel or X.org.</para>
 <title>Linux kernel</title>
 
 <para>The Nix expressions to build the Linux kernel are in <link
-xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/os-specific/linux/kernel"><filename>pkgs/os-specific/linux/kernel</filename></link>.</para>
+xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/kernel"><filename>pkgs/os-specific/linux/kernel</filename></link>.</para>
 
 <para>The function that builds the kernel has an argument
 <varname>kernelPatches</varname> which should be a list of
@@ -49,7 +49,7 @@ modulesTree = [kernel]
 <orderedlist>
 
   <listitem>
-    <para>Copy (<command>svn cp</command>) the old Nix expression
+    <para>Copy the old Nix expression
     (e.g. <filename>linux-2.6.21.nix</filename>) to the new one
     (e.g. <filename>linux-2.6.22.nix</filename>) and update it.</para>
   </listitem>
@@ -69,7 +69,7 @@ modulesTree = [kernel]
       <orderedlist>
 
         <listitem>
-          <para>Make an <command>svn copy</command> from the old
+          <para>Make an copy from the old
           config (e.g. <filename>config-2.6.21-i686-smp</filename>) to
           the new one
           (e.g. <filename>config-2.6.22-i686-smp</filename>).</para>