Loading binNMUs.hs +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ run conf = do printHeader :: Conf -> IO () printHeader conf = do putCLn $ "This is nomeata's binNMU script. Send questions to <nomeata@debian.org>" putCLn $ "My source is in git+ssh://git.debian.org/git/pkg-haskell/tools" putCLn $ "My source is in https://salsa.debian.org/haskell-team/tools" t <- getZonedTime putCLn $ "It is now " ++ show t putCLn $ "I am looking at " ++ distribution conf Loading Loading
binNMUs.hs +1 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ run conf = do printHeader :: Conf -> IO () printHeader conf = do putCLn $ "This is nomeata's binNMU script. Send questions to <nomeata@debian.org>" putCLn $ "My source is in git+ssh://git.debian.org/git/pkg-haskell/tools" putCLn $ "My source is in https://salsa.debian.org/haskell-team/tools" t <- getZonedTime putCLn $ "It is now " ++ show t putCLn $ "I am looking at " ++ distribution conf Loading