Ricardo Wurmus writes: > Christopher Baines writes: > >> * gnu/packages/rails.scm (ruby-with-advisory-lock): New variable. > […] >> + (description >> + "Adds advisory locking to ActiveRecord for PostgreSQL and MySQL. SQLite >> +is also supported, but this uses the filesystem for locks.") > > Please use full sentences here. I've changed this to "The With advisory lock gem adds advisory locking to ActiveRecord for PostgreSQL and MySQL. SQLite is also supported, but this uses the filesystem for locks." now. >> + (home-page "http://closuretree.github.io/with_advisory_lock/") > > You can use HTTPS here. Updated.