
Creighton Hogg has very kindly volunteered to take over its maintenance. The code base is kept on code.haskell.org:
dom@nun:/srv/code/crypto$ ls -ltr total 92 -rw-rw-r-- 1 dom crypto-p 6711 Dec 6 09:29 SymmetricTest.hs -rw-rw-r-- 1 dom crypto-p 79 Dec 6 09:29 Setup.hs -rw-rw-r-- 1 dom crypto-p 8779 Dec 6 09:29 SHA1Test.hs -rw-rw-r-- 1 dom crypto-p 4910 Dec 6 09:29 RSATest.hs -rw-rw-r-- 1 dom crypto-p 2245 Dec 6 09:29 QuickTest.hs -rw-rw-r-- 1 dom crypto-p 4918 Dec 6 09:29 HMACTest.hs drwxrwsr-x 3 dom crypto-p 4096 Dec 6 09:29 Data -rw-rw-r-- 1 dom crypto-p 1975 Dec 6 09:29 CryptoHomePage.html~ drwxrwsr-x 5 dom crypto-p 4096 Dec 6 09:35 oldrepo drwxrwsr-x 2 dom crypto-p 4096 Jan 4 03:56 doc -rw-rw-r-- 1 dom crypto-p 2534 Jan 4 03:56 WordListTest.hs drwxrwsr-x 5 dom crypto-p 4096 Jan 4 03:56 Codec -rw-rw-r-- 1 dom crypto-p 3644 Jan 4 03:58 crypto.cabal -rw-rw-r-- 1 dom crypto-p 10839 Jan 4 03:58 ReadMe.tex drwxrwsr-x 6 dom crypto-p 4096 Jan 4 03:58 _darcs -rw-rw-r-- 1 dom crypto-p 1973 Jan 4 04:01 CryptoHomePage.html
Is there a way of changing the owner? Creighton's account is wchogg. Many thanks, Dominic.

On Sun, 2009-02-15 at 11:41 +0000, Dominic Steinitz wrote:
Creighton Hogg has very kindly volunteered to take over its maintenance.
The code base is kept on code.haskell.org:
dom@nun:/srv/code/crypto$ ls -ltr total 92 -rw-rw-r-- 1 dom crypto-p 6711 Dec 6 09:29 SymmetricTest.hs [...]
Is there a way of changing the owner? Creighton's account is wchogg.
The standard procedure would be to email the support address and ask. (as documented on http://community.haskell.org/admin/ ) However I don't think you actually need to do anything. Assuming you've added wchogg to the project group then that's it, both of you can push patches and who ends up owning each individual file does not really matter since they are all group writable. If it's just adding Creighton to the project group that you need to do then see the instructions here: http://community.haskell.org/admin/project_admin.html Duncan

Duncan Coutts wrote:
On Sun, 2009-02-15 at 11:41 +0000, Dominic Steinitz wrote:
Creighton Hogg has very kindly volunteered to take over its maintenance.
The code base is kept on code.haskell.org:
dom@nun:/srv/code/crypto$ ls -ltr total 92 -rw-rw-r-- 1 dom crypto-p 6711 Dec 6 09:29 SymmetricTest.hs [...]
Is there a way of changing the owner? Creighton's account is wchogg.
The standard procedure would be to email the support address and ask. (as documented on http://community.haskell.org/admin/ )
However I don't think you actually need to do anything. Assuming you've added wchogg to the project group then that's it, both of you can push patches and who ends up owning each individual file does not really matter since they are all group writable.
If it's just adding Creighton to the project group that you need to do then see the instructions here: http://community.haskell.org/admin/project_admin.html
Duncan
Duncan, My apologies for not having read the docs. It is indeed simple and I have just added Creighton to the group. Many thanks, Dominic.
participants (2)
-
Dominic Steinitz
-
Duncan Coutts